google.golang.org/grpc.clientStream.attempt (field)
14 uses
google.golang.org/grpc (current package)
stream.go#L333: cs.attempt = a
stream.go#L540: attempt *csAttempt
stream.go#L720: if cs.attempt.s != nil {
stream.go#L721: return cs.attempt.s.Context()
stream.go#L735: return toRPCErr(op(cs.attempt))
stream.go#L743: if cs.attempt, err = cs.newAttemptLocked(false /* isTransparent */); err != nil {
stream.go#L749: a := cs.attempt
stream.go#L753: if a != cs.attempt {
stream.go#L818: if cs.attempt.s == nil {
stream.go#L821: return cs.attempt.s.Trailer()
stream.go#L975: if cs.attempt != nil {
stream.go#L976: cs.attempt.finish(err)
stream.go#L978: if cs.attempt.s != nil {
stream.go#L980: o.after(cs.callInfo, cs.attempt)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)